home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 62
/
Volume 62 - JOGO DISK .iso
/
Games
/
NinjaKid.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-02-29
|
435b
|
18 lines
Stage.showMenu = false;
System.useCodepage = true;
var baseURL = "https://sign.mgame.com/game/msports/flashgame/";
var sScript1 = "readRank.mgx";
var sScript2 = "setScore.mgx";
var barWidth = 200;
this.onEnterFrame = function()
{
var _loc2_ = this.getBytesLoaded() / this.getBytesTotal();
load_bar._width = barWidth * _loc2_;
if(_loc2_ == 1)
{
play();
delete this.onEnterFrame;
}
};
stop();